summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sundqvist Norlén <killenlillen02@gmail.com>2023-06-03 21:31:44 +0200
committerGitHub <noreply@github.com>2023-06-03 21:31:44 +0200
commita2cfe3749af8c39272b90cf0cca24c300aefa57b (patch)
tree60a47cac95f9f208809e14055311068307db23a4
parentUpdate Chinese NX language names (diff)
downloadyuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar
yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.gz
yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.bz2
yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.lz
yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.xz
yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.zst
yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.zip
-rw-r--r--src/core/file_sys/patch_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp
index fa282615b..27bfce641 100644
--- a/src/core/file_sys/patch_manager.cpp
+++ b/src/core/file_sys/patch_manager.cpp
@@ -647,7 +647,7 @@ PatchManager::Metadata PatchManager::ParseControlNCA(const NCA& nca) const {
if (language_index < FileSys::LANGUAGE_NAMES.size()) {
priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index];
} else {
- // Not a catastrophy, unlikely to happen
+ // Not a catastrophe, unlikely to happen
LOG_WARNING(Loader, "Invalid language index {}", language_index);
}
}